type runtime.guintptr
29 uses
runtime (current package)
coro.go#L28: gp guintptr
coro.go#L196: var self guintptr
mgc.go#L1380: gp guintptr
proc.go#L1847: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L2189: g guintptr
proc.go#L2437: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L5094: newg.sched.g = guintptr(unsafe.Pointer(newg))
proc.go#L6782: if !pp.runnext.cas(oldnext, guintptr(unsafe.Pointer(gp))) {
proc.go#L6952: func runqgrab(pp *p, batch *[256]guintptr, batchHead uint32, stealRunNextG bool) uint32 {
proc.go#L7029: head guintptr
proc.go#L7030: tail guintptr
proc.go#L7096: head guintptr
runtime2.go#L237: type guintptr uintptr
runtime2.go#L240: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
runtime2.go#L243: func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) }
runtime2.go#L246: func (gp *guintptr) cas(old, new guintptr) bool {
runtime2.go#L251: func (gp *g) guintptr() guintptr {
runtime2.go#L252: return guintptr(unsafe.Pointer(gp))
runtime2.go#L261: (*guintptr)(unsafe.Pointer(gp)).set(new)
runtime2.go#L313: g guintptr
runtime2.go#L433: schedlink guintptr
runtime2.go#L542: caughtsig guintptr // goroutine running during fatal signal
runtime2.go#L572: lockedg guintptr
runtime2.go#L597: libcallg guintptr
runtime2.go#L654: runq [256]guintptr
runtime2.go#L667: runnext guintptr
traceback.go#L103: g guintptr
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)